#include "gtktestatcontextprivate.h"
#include "gtkatcontextprivate.h"
+#include "gtkdebug.h"
#include "gtkenums.h"
+#include "gtkprivate.h"
#include "gtktypebuiltins.h"
struct _GtkTestATContext
char *properties_str = gtk_accessible_attribute_set_to_string (properties);
char *relations_str = gtk_accessible_attribute_set_to_string (relations);
- g_print ("*** Accessible state changed for accessible ā%sā, with role %d:\n"
- "*** states = %s\n"
- "*** properties = %s\n"
- "*** relations = %s\n",
- G_OBJECT_TYPE_NAME (accessible),
- role,
- states_str,
- properties_str,
- relations_str);
+ GTK_NOTE(A11Y,
+ g_print ("*** Accessible state changed for accessible ā%sā, with role %d:\n"
+ "*** states = %s\n"
+ "*** properties = %s\n"
+ "*** relations = %s\n",
+ G_OBJECT_TYPE_NAME (accessible),
+ role,
+ states_str,
+ properties_str,
+ relations_str));
g_free (states_str);
g_free (properties_str);